home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’96 / PredatorPrey / GetMyHelpProc.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-06-22  |  173 b   |  12 lines  |  [TEXT/KAHL]

  1. /*    GetMyHelpProc.h    */
  2.  
  3. #ifndef __GMH__
  4. #define __GMH__
  5.  
  6. #define        helpCount            8
  7.  
  8. void    GetMyHelpSeg    (void);
  9.  
  10. void    GetMyHelpList    ( ListHandle        helpList );
  11.  
  12. #endif    /*    __GMH__    */